IVectorView.GetMany Method

Retrieves the items that start at the specified index in the vector view.

Syntax

public:
uint32 GetMany(
         uint32 startIndex,
         out Array<T>^ items
)  

Parameters

startIndex
Type: uint32 

 The zero-based index of the start of the items in the vector view.

items
Type: T 

The items that start at startIndex in the vector view.

Return value

Type: uint32 

 The number of items retrieved.

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVectorView Generic Interface

IVectorView Members

Windows.Foundation.Collections Namespace